Conversation
…ation - docs/design/ts-bindings-audit.md: full audit of all 5 TS packages against thesis compliance. All pass. Chainable vectors closed (tuples are correct). Factory functions not needed in PRIME. Phase plan P1-P7 documented. - CLAUDE.md: extend ADVANCE-EXCEPTION to bounded convergence loops (Newton, bisection, adaptive ODE) not just Bridson-class algorithms. - prime-dynamics: add TSDoc to duffingStep (was missing block comment). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs(prime): TS bindings audit + ADVANCE-EXCEPTION clarification
…HANGELOG (#36) TS packages (all 13): - version 0.1.0 → 1.1.0 - main/types → dist/index.js / dist/index.d.ts - add exports field (ESM + types) - add files: [dist, README.md, LICENSE] - add repository, keywords, author fields - tsconfig: exclude src/__tests__ so dist is clean (verified: prime-random builds to 4 files only) Rust workspace: - workspace version 0.1.0 → 1.1.0 - add authors: ["Bree Yard"] to workspace.package - patch 4 crates missing metadata: prime-diffusion, prime-dynamics, prime-render, prime-wasm - add authors.workspace = true to all remaining crates Infrastructure: - .github/dependabot.yml — weekly updates for npm + cargo - CHANGELOG.md — generated from 76 commits, 8 categories - CI confirmed: already runs on PRs to main and dev — no change needed Verified: cargo publish --dry-run -p prime-random passes. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…37) - Escape [0,1] brackets in rustdoc comments (prime-interp, prime-sdf x2) - Add version = "1.1.0" to internal path deps in prime-diffusion and prime-wasm Required by cargo publish — path specs are stripped on crates.io Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add README.md to each crate with purpose, API overview, and usage example - Add readme = "README.md" to each crate's Cargo.toml - Bump workspace version 1.1.0 → 1.1.1 to allow republishing with READMEs Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings
mainup to date withdevthrough v1.1.1.🤖 Generated with Claude Code